home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1998 November / Cd users extra 14.iso / prog / inst / dirsize / readme.txt < prev   
Encoding:
Text File  |  1998-02-14  |  486 b   |  15 lines

  1. http://www.vb-helper.com/HowTo/dirsize.zip
  2.  
  3.     Purpose
  4. Find the total disk space used by a directory and its subdirectories.
  5.  
  6.     Method
  7. Use the Dir command to search the directory hierarchy. Use FileLen to get the
  8. file sizes.
  9.  
  10.     Disclaimer
  11. This example program is provided "as is" with no warranty of any kind. It is
  12. intended for demonstration purposes only. In particular, it does not error
  13. handling. You can use the example in any form, but please mention
  14. www.vb-helper.com.
  15.